home *** CD-ROM | disk | FTP | other *** search
-
-
-
- rrrreeeesssshhhhaaaappppeeeevvvviiiieeeewwwwppppoooorrrrtttt((((3333GGGG)))) rrrreeeesssshhhhaaaappppeeeevvvviiiieeeewwwwppppoooorrrrtttt((((3333GGGG))))
-
-
-
- NNNNAAAAMMMMEEEE
- rrrreeeesssshhhhaaaappppeeeevvvviiiieeeewwwwppppoooorrrrtttt - sets the viewport to the dimensions of the current
- graphics window
-
- CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
- vvvvooooiiiidddd rrrreeeesssshhhhaaaappppeeeevvvviiiieeeewwwwppppoooorrrrtttt(((())))
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
- _n_o_n_e
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- rrrreeeesssshhhhaaaappppeeeevvvviiiieeeewwwwppppoooorrrrtttt sets the viewport to the dimensions of the current
- graphics window. Call it whenever REDRAW events are received for windows
- whose size is unconstrained, and therefore could have changed.
-
- rrrreeeesssshhhhaaaappppeeeevvvviiiieeeewwwwppppoooorrrrtttt is equivalent to:
-
- long xsize, ysize;
-
- getsize(&xsize, &ysize);
- viewport(0, xsize-1, 0, ysize-1);
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- getorigin, getsize, viewport
-
- NNNNOOOOTTTTEEEE
- This routine is available only in immediate mode.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-